home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / System7 tools / AppleScript / Script Tools / Other Packages < prev    next >
Encoding:
Text File  |  1993-07-30  |  2.3 KB  |  63 lines  |  [TEXT/R*ch]

  1. July, 1993
  2.  
  3. I distribute the following freeware software packages for the Macintosh.
  4.  
  5. Monitor 1.5-1
  6.      
  7.      Monitor is a utility for the Macintosh which allows you to see the level
  8.      of activity taking place within your computer.  Monitor presents a number
  9.      of different types of information including CPU utilization, memory usage
  10.      and disk space availability.  Much of the information presented by Monitor
  11.      is displayed using graphs.
  12.  
  13.      System Requirements:
  14.  
  15.      You must have System 7 or later installed on your Macintosh to use Monitor.
  16.      
  17.  
  18. Script Tools 1.1-0
  19.   
  20.      This package contains a series of AppleScript additions which add
  21.      functionality to the AppleScript language.  Version 1.1 of Script Tools
  22.      adds the following new commands to AppleScript:
  23.     
  24.         Choose Folder             This command presents a standard file selection
  25.                                 dialog which allows the user to select a folder.
  26.     
  27.         Choose New File            This command presents a standard file selection
  28.                                 dialog permitting the user to name a new file.
  29.     
  30.         Choose Several Files    This command presents a modified standard file
  31.                                 selection dialog box allowing the user to choose
  32.                                 several files at one time.
  33.     
  34.         Choose Several Folders    This command is similar to Choose Several Files
  35.                                 except that it permits the selection of folders
  36.                                 instead of files.
  37.     
  38.         Shutdown                Shuts down and optionally restarts the Macintosh
  39.     
  40.         Compile Regular Expression
  41.         Match Regular Expression
  42.         Substitute Regular Expression
  43.                                 These three commands allow you to perform text
  44.                                 pattern matching operations within AppleScript.
  45.     
  46.         Open File, Close File, Create File, Delete File
  47.         Read File, Write File
  48.         Get File Length, Lengthen File
  49.         Get File Position, Position File
  50.                                 This series of commands allows your AppleScript
  51.                                 scripts to manipulate simple text files.
  52.     
  53.      The package also contains some example AppleScript scripts which
  54.      illustrate the use of these new commands.  One example named "Backup
  55.      Folders" shows how to use StuffIt Lite to automatically create a backup
  56.      of a series of folders.
  57.      
  58.      System Requirements:
  59.      
  60.      You must have System 7 or later and AppleScript 1.0 or later installed on
  61.      your Macintosh to make use of the software in this package.  A Word
  62.      Processor capable of reading MS Word 5 format files is required to display
  63.      the documentation.